Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi Guys

how r u all doing?

Guys i always face an error whenever i try to create a web app or web service

within my VS.NET

i attached a PrintScreen of that error

so someone can help

knowing that my OS is Windows Server 2003

untitled.zip

Posted

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.

 

Happy Programming,

 

vinay

http://forums.devarticles.com/archive/t-940

  • *Experts*
Posted

Are you quoting that article because it fixed your problem? Which suggestion fixed it? Or, are you just adding more info to the original problem and you're still looking for an answer?

 

-ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...