-
Server side processing(scripts) gets ignored
Environment : IIS on XP pro
Language : ASP.Net
I have several included files used in the ASP page which was working until
few days back.
Now for the reason which I don't know the Include files doesn't get executed
I've pasted the portion of the code below. I tried various combinations
but I couldn't succeed.
<body MS_POSITIONING="GridLayout" class="clsBody">
<table class="clsTopTable" cellspacing="0" cellpadding="0">
<tr height="80">
<td> <!-- #include file="Header.inc" --></td>
</tr>
<tr height="1">
<td> <!-- #include virtual="/HRLne.inc" --> </td>
</tr>
......
...
It seems that IIS does not execute any of the server side scripts.
Plain HTML pages get displayed properly.
Any Idea?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks