I have written a small Asp.net application using Entity Framework. A Stored Procedure accepts the following:
I\'ve written a singleton class that exposes the web.config properties in a nice get property kind of way.
I\'m having trouble using Web Deploy\'s appHostConfig provider with IIS 6.I don\'t see anything in the documentation saying I can\'t or that I need to install anything extra.
I want to route these 3 paths to default base url path. www.mysite.com/page1.aspx www.mysite.com/page2.aspx
I\'m a bit confused about how ASP.NET, what user it runs under? On iis 7.5 and on 6.0 A few of the user accounts that I\'m not clear on ar开发者_高级运维e
I want to route these 3 paths to defa开发者_开发百科ult path. www.mysite.com/page1.aspx www.mysite.com/page2.aspx
We want to write an application that query a database remotely. the received data could be xml, txt or image.
I want to hide page name in browser. For example; www.mysite.com/page1.aspx www.mysite.com/page2.aspx www.mysite.com/page3.aspx
I’ve been asked to upgrade a few applications and I’m planning on merging all of them into one asp.net application. I’m fine with this decision and have spoken with fellow workers and they also thi
I am looking for a way to enumerate through the Virtual Directories (Windows Server 2003) in an App Pool and get diagnostic data (specifically WorkingSet, Private Bytes, and Virtual Bytes).