visual studio 2005
-
hi, im doing a web program in visual 2005. therefore, i can run the webpage on anywhere in my com rite coz it provides a server. so i wanna test if it can run in wwwroot. i copy the folder into wwwroot. open my browser n type the address "localhost/myproject/index.aspx. what i got is an error msg saying "Cannot view XML input using XSL style sheet" why is this so. It also shows me this error:
"Line Number 1, Column 2:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %> -^"
-
hi, im doing a web program in visual 2005. therefore, i can run the webpage on anywhere in my com rite coz it provides a server. so i wanna test if it can run in wwwroot. i copy the folder into wwwroot. open my browser n type the address "localhost/myproject/index.aspx. what i got is an error msg saying "Cannot view XML input using XSL style sheet" why is this so. It also shows me this error:
"Line Number 1, Column 2:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %> -^"
The keyword is IIS configuration. Go to Control Panel -> Administrative Tools -> Internet Information Services. Here click on the plus sign next to your computers name, then next to Websites, and finally Default Website. Right click on your dictionary (in your case myproject), properties, and click the create button on the middle left side of the form. After that it should work fine.
-
The keyword is IIS configuration. Go to Control Panel -> Administrative Tools -> Internet Information Services. Here click on the plus sign next to your computers name, then next to Websites, and finally Default Website. Right click on your dictionary (in your case myproject), properties, and click the create button on the middle left side of the form. After that it should work fine.
i tried tt. still same error :((
-
The keyword is IIS configuration. Go to Control Panel -> Administrative Tools -> Internet Information Services. Here click on the plus sign next to your computers name, then next to Websites, and finally Default Website. Right click on your dictionary (in your case myproject), properties, and click the create button on the middle left side of the form. After that it should work fine.
i try opening the web site in IIS with vs studio 2005. File->open web site->select local IIS tab->choose file.it it prompt me this msg
"the site "http://localhost/webapp" has not been configured for use with asp.net 2.0. ms vs studio has been designed for user with asp.net 2.0. if not configure some features may make incorrect assumption, and pages designed with the tool may not render correctly.
. so i click yes to configure now n it gave an error msg"configure web site "http://localhost/webapp" to asp.net 2.0 failed. you may need to manually configure this site for asp.net 2.0 in order for your site to run correctly"
-
i try opening the web site in IIS with vs studio 2005. File->open web site->select local IIS tab->choose file.it it prompt me this msg
"the site "http://localhost/webapp" has not been configured for use with asp.net 2.0. ms vs studio has been designed for user with asp.net 2.0. if not configure some features may make incorrect assumption, and pages designed with the tool may not render correctly.
. so i click yes to configure now n it gave an error msg"configure web site "http://localhost/webapp" to asp.net 2.0 failed. you may need to manually configure this site for asp.net 2.0 in order for your site to run correctly"
Then you should try configuring it manually, same steps then I wrote before (except rereading the post I realized I ment to write directory instead of dictionary, must have been tired...), open the tab ASP.NET (should be the last one), and there pick the correct version, beacuse I'm gusessing you have both 1.1 and 2.0 installed, and by default IIS configures the site for use with 1.1.
-
Then you should try configuring it manually, same steps then I wrote before (except rereading the post I realized I ment to write directory instead of dictionary, must have been tired...), open the tab ASP.NET (should be the last one), and there pick the correct version, beacuse I'm gusessing you have both 1.1 and 2.0 installed, and by default IIS configures the site for use with 1.1.
yup have switch to asp.net 2.0..still could not work:^)
-
yup have switch to asp.net 2.0..still could not work:^)
i've found the solution. The reason behind it was because I installed IIS after installation of framework. therefore, i uninstall(not repair) framework n reinstall it. Tks anyway guys. ;)
-
i've found the solution. The reason behind it was because I installed IIS after installation of framework. therefore, i uninstall(not repair) framework n reinstall it. Tks anyway guys. ;)