.asmx files dont load in IE
-
Hello everyone I recently had to reformat my harddrive (lost everything:(( ) Now when i create a web service and try to view it in Internet Explorer it prompts me to download the service and wont display it... If i just double click the file it opens into VS.NET code view:confused:. I do not know what is wrong, it used to work before I had to reformat my HD. Can anyone here help me?
-
Hello everyone I recently had to reformat my harddrive (lost everything:(( ) Now when i create a web service and try to view it in Internet Explorer it prompts me to download the service and wont display it... If i just double click the file it opens into VS.NET code view:confused:. I do not know what is wrong, it used to work before I had to reformat my HD. Can anyone here help me?
It may be obvious but you have reinstalled the .NET Framework? This of course sets up IIS so it can recognize ASP.NET files.
-
It may be obvious but you have reinstalled the .NET Framework? This of course sets up IIS so it can recognize ASP.NET files.
-
-
Hello everyone I recently had to reformat my harddrive (lost everything:(( ) Now when i create a web service and try to view it in Internet Explorer it prompts me to download the service and wont display it... If i just double click the file it opens into VS.NET code view:confused:. I do not know what is wrong, it used to work before I had to reformat my HD. Can anyone here help me?
Just a though, but your 'Open' commend for *.asmx files may be set to VS.NET. You can change to see whether VS.NET or IE is your default viewer by cheking... 1) open Windows Explore 2) Tools->Folder Options->File Types (tab) 3) Scroll down to (and select) ASMX 4) Click 'Change...' button (bellow on dailogbox) 5) Select your program Hopefully that my solve your problem Mike M WinInsider.com
-
Just a though, but your 'Open' commend for *.asmx files may be set to VS.NET. You can change to see whether VS.NET or IE is your default viewer by cheking... 1) open Windows Explore 2) Tools->Folder Options->File Types (tab) 3) Scroll down to (and select) ASMX 4) Click 'Change...' button (bellow on dailogbox) 5) Select your program Hopefully that my solve your problem Mike M WinInsider.com
Thanks mike but I just reinstalled the framework and it works now, thanks for the sugestion though.