Setting the default page for ASP.NET (Visual Studio) server configuration
When I build and run my application I get a directory listing in the browser (also happens for sub folders), and I have to click on Index.aspx. It’s making me crazy.
When I build and run my application I get a directory listing in the browser (also happens for sub folders), and I have to click on Index.aspx. It’s making me crazy.
I would like to increase the httpRuntime
executionTimeout
for a subsection of an ASP.NET MVC application.
I’ve looped over the Request.ServerVariables
collection in ASP.NET, but it’s not as comprehensive as phpinfo()
.
I’ve been developing an ASP.NET site on an older machine running XP home. I recently got a new Win 7 PC and moved all my project files across. When I try and run the project, I get this error message:
Is there any way to access the <compilation />
tag in a web.config file?
We have a suite of interlinked .Net 3.5 applications. Some are web sites, some are web services, and some are windows applications. Each app currently has its own configuration file (app.config or web.config), and currently there are some duplicate keys across the config files (which at the moment are kept in sync manually) as multiple apps require the same config value. Also, this suite of applications is deployed across various envrionemnts (dev, test, live etc)
I have an ASP.NET MVC3 C# .NET Application running on IIS 7.5.
Is there a way of running an ASP.NET website in a subfolder of the website?
Is it possible to move applicationSettings to another config file as it is possible with connectionStrings or appSettings?
I have a custom config in my Infrastructure Project, but when my app start only my web.config is recognized.