rbaldwin
Posts: 172
|
Posted: 04/11/2013, 4:41 PM |
|
I have to move my 4.3 VB ASP.net (without InMotion) site from 2003 IIS 6 to 2008 R2 IIS 7.5 server.
I created a new test project with one page to test that I am publishing and able to access the page, prior to uploading my major project.
I am getting this error.
Parser Error Message: Unknown server tag 'CC:Sorter'.
When publishing i'm publishing the entire project F9 and i'm publishing all files no exception
Also, here's how i created the site on the server:
When setting up the site on the server,
i first created a new application pool named IP360, selected .netFramework 2.0.50727 and managed pipeline mode = Classic
Then on the Default Site, i right clicked and added a Virtual Directory IP360 for my project and pointed it to the physical path i'm publishing to.
Then i right clicked on my Virtual directory and Converted it to an application
Finally, i right clicked on my application and selected manage application then I double clicked on Authentication and Enabled ASP.NET Impersonation
So, i think i've done all i need to on the server?
|
 |
 |
|