HOW TO PUBLISH A PROJECT IN LOCAL IIS OR OWN MACHINE

Asked by ROHIT KUMAR SENAPATI on 12/12/2014 7:24:17 PM




Comment (0)

How to Find the Time Difference in ASP

Asked by Sanu on 12/20/2011 5:31:29 AM

I am coding something where i need the time difference between 2 recorded times to execute a logic. Can someone help me in finding a simple logic or system function in asp to find the difference? I heard there is a system function with many parameters to get the different formats of result. I appreciate your help.


Comment (1)

How do I request the server to know the top level domain in url

Asked by Lisa on 1/21/2009 3:49:53 PM

I am trying to request the server to know the top level domain that came in the url. What is that server variable i should request to fetch the top level domain from the url. Please help me as soon as possible so that I can strip it out from the string operation.


Comment (0)

How to kill a session in asp.net?

Asked by Sangeeta on 1/8/2009 9:24:24 AM

I have a Logout page where I want to end up the session completely after the user logs out. When the user clicks on the LogOut button, he/she gets redirected to the Home page. But when the user clicks on the back button of the browser, the user again gets redirected to the LogOut Page because of the carried over session.


Comment (0)

Why Round Function is used in ASP

Asked by Matt on 11/16/2008 8:50:22 PM

My query pulls a float value with 14 decimal points from the database but i want to show only up to 2 decimal numbers to the viewers. Can I use round() here so that i can restrict the values up to 2 decimal and it wont look bad?


Comment (0)

Having Issues with the Folders under the Root Folder in Windows 2003 Server

Asked by Peter on 11/14/2008 11:21:42 AM

When I am trying to reach a sub-folder in typing http://localhost/admin/ then i am not reaching the default.asp file. For some reason the default.asp in the folder is not invoked. Do you know how i can invoke the default page when i am trying to reach a sub folder?


Comment (1)

Why Do I get 404 Page Not Found for .asp Pages in Windows 2003 Server

Asked by Riya on 11/14/2008 11:17:46 AM

I am running IIS 6.0 on a windows 2003 OS box and i am able to pull .htm/.html files but not a .asp file. Is there a configuration that i have to setup in order to run the .asp files? I checked with file type permissions under home directory tab and configuration but i didn’t notice anything new. Any help?


Comment (1)

Get (0x80004005) Unspecified error, using SQL-Server

Asked by Göran on 11/13/2008 7:37:19 AM

Hi.
I get the following error when runing an ASP aplication that run against a MS SQL-Server.
We use stor procedures that do the updates.

One problem are that sometimes the code works fine and sometime we get this error.

The error we get is:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005) Unspecified error







Comment (0)

What is ASP Dictionary Object and How it Works

Asked by Guest on 10/23/2008 2:18:03 PM

I want to replace the use of arrays as it is getting a bottle neck while comparing. I want to use asp dictionary object to store information and later match the records pulled from the database, i know there are few components in this object like keys, items, remove, removeall, add but i was wondering how to reassign some value.


Comment (0)

What is Escape Function in ASP

Asked by Guest on 10/20/2008 2:12:44 PM

What is the role of escape function in asp and why it is used? Is this function is used to see the character codes? Is there also a unescape function in asp? I am just wondering, if there is escape function then there should be a reverse unescape function as well.


Comment (0)