//
archives

iis

This tag is associated with 2 posts

Unable to Start Debugging on the Web Server (Windows Authentication)

I hate that, and it seems that every time I (or a co-worker) gets the error “Unable to Start Debugging on the Web Server” on a machine when attempting to debug an ASP.NET project, I have to scramble to remember what to look at. Here’s a few things that has worked for me to get things working so … Continue reading

Write and Read ASP.NET Web.Config

All setting website can be define in web.config file. The first we must understand regulation how to write and read the config, these is standart format web.config : <configuration>    <configSections>       <sectionGroup name=”system.net”>          <section name=”authenticationModules”             type=”System.Net.Configuration.NetAuthenticationModuleHandler,             System, Version=1.0.3300.0, Culture=neutral,             PublicKeyToken=b77a5c561934e089″/>                                        <section name=”webRequestModules”             type=”System.Net.Configuration.WebRequestModuleHandler,             System, Version=1.0.3300.0, Culture=neutral,             … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,124 hits