AJ Henley
|
| Posted: 04/06/2003, 12:19 AM |
|
Ok, looking through the archive, I see alot of people are unable to make even simple CCS .net sites work, when the same file generate working asp 3.0 code. WHat gives, what is the fix? Are the Yes Software guys even reading these entries?
|
|
|
 |
Hal
|
| Posted: 04/06/2003, 6:34 AM |
|
The other prerequisite for ASP.Net(C#, VB.Net) projects is that all projects must be deployed to a Virtual folder. To create a virtual folder in your web server, use the Internet Services manager. Within the Internet Services Manager console, right click on Default Web Site and select the New --> Virtual Directory option. This will open the Virtual Directory Creation Wizard and you can follow the steps to create a virtual directory.
|
|
|
 |
AJ Henley
|
| Posted: 04/06/2003, 8:39 AM |
|
Ok, I have a virtual folder, the error I am getting (and others are getting too, the parser error means that the virutal folder is there and the app is compiling, (I mean the .dll is in the directory and everything), I saw an earlier question in the archive with this problem related to C#, but that user was directed to download and replace certain files in the C# template directories, however those files are no longer accessible on the codecharge site.
|
|
|
 |
|