-
Posted to
General
by
SomeNewKid
on
05-12-2006, 9:46 PM
Just to be clear, the mapping you need is .*
The effect of this mapping is that all HTTP requests will be passed through to the ASP.NET process. Static files such as .css and .js and .gif and .jpg will now be handled by ASP.NET and its StaticFileHandler. This is something of which to be aware.
Now, regarding your broken home page, here is ...
-
Posted to
Classic ASP
by
SomeNewKid
on
04-21-2006, 11:00 AM
florian_mrt:The choices you gave, aren't arguably the 'technically cleanest' number of choices apart from the database one, and probably less faster than one would want to.If this is the case, it is because I misunderstood your question. I figured you meant that the user sees an ASP page, and then sends that page to a ...
-
Posted to
Classic ASP
by
SomeNewKid
on
04-21-2006, 9:18 AM
florian_mrt:How about two different script files communicating with each other, eg a php file transfering data to an asp file?Yes, you can do this.
Both PHP and ASP process ''incoming HTTP requests''. So, if you can get the data into an HTTP request, then you can pass whatever information you like between your PHP files and your ASP ...
-
Posted to
Classic ASP
by
SomeNewKid
on
04-04-2006, 8:13 AM
Sorry, but the answer is no. You cannot include both types of script in a single page, and have both processed separately.
-
Posted to
General
by
SomeNewKid
on
04-04-2006, 7:36 AM
You need to perform two steps; one in IIS, and one in your application's Web.config file. To learn about each step, please review the following thread: New extension for aspx file in asp.net.
-
Posted to
General
by
SomeNewKid
on
12-20-2005, 11:44 AM
You found the answer more quickly than I could type it out :)
-
Posted to
General
by
SomeNewKid
on
12-20-2005, 11:42 AM
ojm37 wrote:I fill out all the boxes just as on the Windows2003 Server, but the ''OK'' button stays ''grayed-out''.When you add a new extension, the Executable field is shown with a condensed value, with an ellipses (...) marking the removed characters. While there is an ellipses in the Executable field, the OK button will stay disabled ...
-
Posted to
Classic ASP
by
SomeNewKid
on
08-17-2005, 6:27 AM
I would recommend that you read the following:
New York Public Library Style Guide
It is an easy-to-read introduction to modern web standards. Once you have read that guide, you may then wish to bookmark the following page:Web Standards GroupAt the above site, you can read more about web standards and learn of many resources.
-
Posted to
General
by
SomeNewKid
on
07-29-2005, 11:27 PM
If you read the error message, you will see that it suggests a common
cause of this error: ''This error can be caused by a virtual directory
not being configured as an application in IIS.''
To correct this, please visit the following webpage:
How to define an ASP.NET application in IIS
-
Posted to
Classic ASP
by
SomeNewKid
on
07-06-2005, 2:19 AM
lionel84 wrote:[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.Please refer to the following Microsoft support page:ASP Returns 'Operation Must Use an Updateable Query' Error