hi, i am Not able to create asp.net application in my system. but i am able to create the vb.net application. "the default web access mode for this porject is set to file share , but the project folder at "http://localhost/app1' cannot be opened with the path
'"c:/inetpub/wwwroot/app1". The error returned was : Unable to create web project "app1". the file path '"c:/inetpub/wwwroot/app1" does not correspond to the url "http://localhost/app1. The two need to map to the same server location. HTTP error 404: Object
not found." is there any problem with IIS server...but i am able to run the asp application in the system. what could be the reason...any ideas?????
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q320265 Or Search google for "the default web access mode for this project is set to file share". Cheers Gregor
hi, i searched in this link...but iam not able to find the solutions for my problem. http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q320265 what can i do for it....any ideas
hi, thanks for ur reply...but the problem is i am not ablr to create the project itself.....when i click on new project it is asking for the lagnuage type (either vb.net or c# or ...in that if i click on asp.net project i am getting this error message...what
can i do for this thanks
hi, yes..i am not able to create any project at all...when i click on the asp.net webapplication i am getting the error message...(i have mentioned the error message in the above..... i have explained clearly with the screen shots in this link...have a look
at this link http://www.vbcity.com/forums/topic.asp?tid=56376&#RID163257 if u have any ideas ...get back to me... thanks krishnan
Well there are some solutions for your problem. 1. If you are working on NTFS partition system, check weather all permissions for the group "Everyone" is checked for the Inetpub, wwwroot folders. 2. Internet Information Server 6.0 blocks all requests with extensions
that are not explicitly mapped in the IIS. Microsoft Visual Studio .NET writes a file to the server with the .tmp extension and then requests that file back with an HTTP call to test the URL. IIS 6.0 blocks the .tmp file because .tmp files are not mapped.
The call fails, and then you receive the File Not Found error message. To resolve this problem, add a MIME type for the .tmp file in IIS. To do so, follow these steps: 1. In Control Panel, open Administrative Tools, and then double-click Internet Information
Services. 2. Expand the (local computer) node, and then expand Web Sites. 3. Right-click Default Web Site, and then click Properties. 4. In Default Web Site Properties, click the HTTP Headers Tab. 5. Click MIME Types. In MIME Types, click New to register a
file extension. 6. In the Extension textbox, type .tmp . In the MIME Type textbox, type temp. 7. Click OK. 3. If you are using proxy server, check if "Bypass proxy server for local addresses" is checked under Internet Options > Connections > Lan Settings tab.
4. Check if server extensions and permissions are being configured for you IIS. 5. Right Click on Default Web Site on your IIS. Goto Home Directory. Check if Application name box is not empty. If empty, click Create button. A Default Application appears thereby.
6. Check if your IIS is registered for ASP.NET service. To achieve this goto "C:\WINNT\Microsoft.NET\Framework\v1.0.3705" directory from the console. (cd C:\WINNT\Microsoft.NET\Framework\v1.0.3705). Enter aspnet_regiis -i. If none of the above works, then
contact microsoft. PETYA
krishnan_sn
Member
105 Points
21 Posts
Not able to create asp.net application
Feb 03, 2004 10:57 AM|LINK
gsuttie2002
Contributor
2759 Points
655 Posts
Re: Not able to create asp.net application
Feb 04, 2004 09:36 PM|LINK
MCSD, MCAD, MCSD.Net
krishnan_sn
Member
105 Points
21 Posts
Re: Not able to create asp.net application
Feb 24, 2004 04:40 AM|LINK
gsuttie2002
Contributor
2759 Points
655 Posts
Re: Not able to create asp.net application
Feb 24, 2004 07:51 PM|LINK
MCSD, MCAD, MCSD.Net
krishnan_sn
Member
105 Points
21 Posts
Re: Not able to create asp.net application
Feb 25, 2004 03:21 AM|LINK
gsuttie2002
Contributor
2759 Points
655 Posts
Re: Not able to create asp.net application
Feb 25, 2004 08:09 AM|LINK
MCSD, MCAD, MCSD.Net
krishnan_sn
Member
105 Points
21 Posts
Re: Not able to create asp.net application
Feb 26, 2004 03:54 AM|LINK
gsuttie2002
Contributor
2759 Points
655 Posts
Re: Not able to create asp.net application
Feb 26, 2004 06:50 AM|LINK
MCSD, MCAD, MCSD.Net
krishnan_sn
Member
105 Points
21 Posts
Re: Not able to create asp.net application
Feb 26, 2004 11:17 AM|LINK
petya
Member
20 Points
4 Posts
Re: Not able to create asp.net application
Feb 27, 2004 02:35 PM|LINK