Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying the website

Status
Not open for further replies.

amorous

Programmer
Sep 5, 2003
1,008
US
Hi Guys,

Not sure whether it is the correct forum to post this question or not...

This is my first application using Whidbey. I have gone through the step by step tutorials given @


and created the website and it runs perfectly fine using a random local port...

I uploaded the folder containing all the files (.aspx, Code files, administration files etc..) on to my Intranet web folder...

and then i created a "TEST" link on my INTRANET and gave the default.aspx link from this folder that i uploaded...

but it gives me the following error...

Parser Error Message: Unrecognized attribute 'xmlns'.

the below is the line where it is showing the error...
Line 7: <configuration xmlns="
Do i need to adjust my IIS settings to deploy this application(created using VWD)successfully...

I know my IIS settings are set for .aspx pages...because i tested one sample C# code(named it test.aspx) which i got on the internet and it works just fine....

Any suggestions....

Thanks in advance...

-VJ
 
It hits me (and I havn't played with Whidby) that you need to install the DOT.Net 2.0 framework on your webserver.


HTH

Rob
 
Thanks NoCoolhandle...

May be you are right...i need to download .net 2.0 framework...

I was wondering when .net 2.0 and Whidbey will come into market?? Right now...even the .net 2.0 framework is in th beta version stages...

-VJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top