Thread: 403 - Forbidden
View Single Post
  #5  
Old 09-07-2005, 02:46 PM
Stuart Stuart is online now
Registered User
 
Join Date: 06-30-2005
Location: San Diego
Posts: 3
Question More 403 Forbidden issues with IIS

I have two web projects one that compiles correctly the other does not. I am completely perplexed at why this is. I have read all the forums about 403 errors and have no success with any of the solutions. The virtual directories are both created in the same way through the build script so I know this is not the issue. I can compile both the projects through the Visual Studio 2003 IDE as well as with devenv.com.

Poking around ISS, I found out the working project sends a completly different message than the one that is broken.

Here is the IIS log file for the working and broken projects:

The working project sent the following commands to IIS
time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
19:30:36 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /FPWebApplication_web_2_0/vs-162371276429733858_tmp.htm - 200 0 256 177 0 HTTP/1.1 localhost Microsoft-Visual-Studio.NET/7.10.3077 - -
19:30:36 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /_vti_inf.html - 200 0 2008 262 0 HTTP/1.1 localhost Mozilla/2.0+(compatible;+MS+FrontPage+4.0) - -
19:30:36 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 POST /FPWebApplication_web_2_0/_vti_bin/shtml.dll/_vti_rpc - 405 1 4253 412 0 HTTP/1.1 localhost MSFrontPage/4.0 - -
19:30:36 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /_vti_inf.html - 200 0 2008 262 0 HTTP/1.1 localhost Mozilla/2.0+(compatible;+MS+FrontPage+4.0) - -
19:30:36 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 POST /_vti_bin/shtml.dll - 200 0 506 387 109 HTTP/1.1 localhost MSFrontPage/4.0 - -
19:30:36 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 POST /_vti_bin/shtml.dll - 200 0 522 435 0 HTTP/1.1 localhost MSFrontPage/4.0 - -
19:30:55 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /FPWebApplication_web_2_0/get_aspx_ver.aspx - 404 0 3232 190 18843 HTTP/1.1 localhost Microsoft-Visual-Studio.NET/7.10.3077 - -
19:31:05 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /FPWebApplication_web_2_0/vs-133433776429733858_tmp.htm - 200 0 257 177 0 HTTP/1.1 localhost Microsoft-Visual-Studio.NET/7.10.3077 - -
19:31:05 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /_vti_inf.html - 200 0 2008 262 0 HTTP/1.1 localhost Mozilla/2.0+(compatible;+MS+FrontPage+4.0) - -
19:31:05 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 POST /FPWebApplication_web_2_0/_vti_bin/shtml.dll/_vti_rpc - 405 1 4253 412 0 HTTP/1.1 localhost MSFrontPage/4.0 - -
19:31:05 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /_vti_inf.html - 200 0 2008 262 0 HTTP/1.1 localhost Mozilla/2.0+(compatible;+MS+FrontPage+4.0) - -
19:31:05 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 POST /_vti_bin/shtml.dll - 200 0 506 387 32 HTTP/1.1 localhost MSFrontPage/4.0 - -
19:31:05 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 POST /_vti_bin/shtml.dll - 200 0 522 435 15 HTTP/1.1 localhost MSFrontPage/4.0 - -
19:31:23 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /FPWebApplication_web_2_0/get_aspx_ver.aspx - 404 0 3232 190 18141 HTTP/1.1 localhost Microsoft-Visual-Studio.NET/7.10.3077 - -

while the one that fails sends this to ISS
19:31:51 127.0.0.1 - W3SVC1 SSMITH 127.0.0.1 80 GET /FPUserAdmin_web_2_0/FPUserAdmin.csproj - 403 0 2319 73 16 HTTP/1.1 localhost - - -

I am using clear case dynamic view for my builds
Reply With Quote