|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
IIS7 Classic ASP - subfolder requires authentication??
Hello, We finally were able to deploy a classic asp site on IIS7, Win2008 after solving issues with COM+ and ODBC settings. The site main settings: Parent paths are enabled, anonymous authentication is enabled, the app pool is running under network account and it has all rights on entire site's folder tree. T... 3 Aug 2010 16:58
Problem sending emails.
Hello. I have an asp.net, that sending emails. I have the following code : Dim mail As New MailMessage Dim smtp As New SmtpClient("my-site.org") smtp.Credentials = New NetworkCredential("admin(a)my-site.org", "myPassowrd") mail.From = New MailAddress("admin(a)my-site.org") ... 28 Jul 2010 08:33
File to createobject. 'Excel.Application'
My web application works fine in my PC and create the excel sucessfully. However, When I publish to the client server (Didn't got MS office), It seems can't create excel . Is that true ? My Code is Dim oSheet As Object oExcel = Server.CreateObject("Excel.Application") oBook = oExcel.Workboo... 28 Jul 2010 05:18
Integrate Paypal with my application
Hi friends, I have to make a website for hotel room booking and customer will pay using paypal. I have never done any paypal integration. Please help me what is the procedure to use Paypal. What I have to pay something to paypal to use it. I dont know how to use paypal for payment in my application. Thanks... 22 Jul 2010 12:31
Spurious data being inserted in field
Hello Periodically, some of the records in one table have one field updated to the following value: <!--<1586567094>--> It is the most bizarre thing I have ever seen. We have checked all our servers and stored procedures for any occurrence of this value in scripts or ASP pages but none exist. We're... 28 Jul 2010 12:59
Setting Excel Column Width in ASP
Hi, How do you set the column width of a <td>? I'm using "Response.ContentType = "application/vnd.ms-excel" at the top of my page to change the web page to an excel spreadsheet. I've tried Response.Write("<td width=200>" & rst("Address") & "</td>") but, it doesn't seem to change the column width. Thanks if ... 21 Jul 2010 18:03
SessionID length differs between .NET and SQL Server
I have no clue what is happening and hope someone can explain this. I have my Web site set up to use SQL Server session state. This works fine. When a session starts, a row is created in ASPStateTempSessions. When the user logs off the application, I am trying to call the stored procedure TempRemoveStateIte... 21 Jul 2010 06:59
hotting
Could you describe your symptoms without using generic meaningless phrases like "not working"? Did you look at these pages? You might find your own answer: http://www.aspfaq.com/search.asp?q=serverxmlhttp&x=6&y=6Could you describe your symptoms without using generic meaningless phrases like "not working"? Did you... 19 Jul 2010 23:28
Reg authentication for classic asp internal web site
You cannot vote on your own post 0 hi am new to classic asp, now my requirement is to migrate authentication from site minder to windows authentication. Here is the brief overview of the internal web site when ever we request the internal web site a log in page is displayed that is hosted by site minde... 19 Jul 2010 09:09
Search for file
Hi Does anyone have any idea how I can do a fast search for a file on server. Say, abc.def on \\server\someplace\ I made ascript which uses about 6 minutes for 2200 folders, ~3GB. Windows does that in ~10 sec. How can I do that search a lot faster? Sonnich ... 12 Jul 2010 05:15
Debugging Classic ASP - Attach Dll host
Hello Group, I'm trying to debug a classic ASP page in VS 2008 SP1 on a Win 2003 server machine. I read you need to attach dllhost.exe. That's the problem. When I start VS Tools menu -> Attach to process, Dllhost.exe does not appear in the list. As a consequence, I can not attach DllHost.exe. I'm able to s... 9 Jul 2010 06:10
Cannot read data from server easily?
Hi I use ASP, SQL server with a EdgaCam database (that is a CNC tool) when I read data, I need to read out the fields in the right order, otherwise they are empty, such as: rsJob.open="select job.[description],job.[comment],job.[sequence], job.[nc file], job.[revision],ListJobStatus.[job status],ListJobSt... 7 Jul 2010 10:10
Replacing text, fails totally
Hi all I am copying data from Access to SQL server, and some strings are with {95}, where the number is the ASCII code. I try to replace it like this: stemp3 = rsSource.Fields(i).value i = InStr(stemp3, "{") do while i > 0 j = InStr(stemp3, "}") ... 7 Jul 2010 07:58
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11