I believe the correct structure fot the include would be : "_ScriptLibrary/pm.asp', unless your current directory is below your _ScriptLibrary.
The include file is from the location of your current script.
It sounds like your iis has named c:\inetpub\websites\project1
as the default website for that server. http://tuan and http://localhost are the same thing, if your servers name is tuan. localhost just refers to the machine you are currently on or browsing from.
I can't seem to get my db diagram to show up. I am connecting to a ms access db, but the db diagram does not show up under data view. Is this something that needs to be installed, or can I turn it on somewhere?
chr(13) (carraige return) & chr(10) (line feed)
Use them together:
chr(13) & chr(10)
What I usually do is set them to a variable then just refferr that variable from then on.
B
The _script library are files that are included in the asp files you are moving. They are placed there by interdev to help do certain calculations, render html and other stuff. If you have any ActiveX controls in your script view the run-time text to see where the includes are pointing to. You...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.