Paul Jameson
New Member
I was testing the local server IIS 7.0 for ASP but when I upload a web and a directory etc ... I think your attempt to see in the browser and throws me a:
Code:
An error occurred on the server when to processing the URL. Please contact the system administrator
The code is not no big deal is a simple code to see what worked:
Code:
to see if I can lend a hand to solve this, I've been looking for information out there and I think it's a bug in IIS 7.0 to view ... but it illustrates well how to fix it.
Code:
An error occurred on the server when to processing the URL. Please contact the system administrator
The code is not no big deal is a simple code to see what worked:
Code:
PHP:
<% @ Page Language = "C #"%>
<% @ Import Namespace = "System"%>
language="C#" <script runat="server">
void Page_Load (Object Sender, EventArgs E) {
Response.Write ("Works");
}
</ Script>
to see if I can lend a hand to solve this, I've been looking for information out there and I think it's a bug in IIS 7.0 to view ... but it illustrates well how to fix it.