I had that problem and also did what you did but i think its bad to leave it running in low process. I also spoke to MS they didnt have a solution for me did anyone find one?
Thank you.
I have an asp site running on an MS-SQL server backend and sometimes the website doesnt load completely when i goto view source and look at the code it just stop at random areas in the html file and there are no asp errors any ideas?
Seems like IIS doesnt send all the code!
I followed the directions at: http://support.microsoft.com/kb/294453 to get SQL server to listen on multiple ports i placed "1433,1533" in the textbox and it always resets to "1433" i would like to have port ports listening because behind the firewall my apps can use 1433 ( so i wont have to...
Hello I have about 5 servers ( IIS and MSSQL ) and i need to make sure none of them are connecting to ip addresses on a certain IP block how can i go about this? Is there a feature in windows 2000 that will allow me to do this? I know i can do a netstat but i dont want to sit there 24/7 looking...
It seems like I have some people that click the X to close their sessions and terminal server isnt releasing the sessions. I think only 2 people can be logged in via Terminal server at a time. I was wondering how can I go about properly disconencting users right away so it does not hog all the...
Hello Guys,
I am pulling states from a table and displaying them 3 per row for example:
Alabama | Alaska | Arizona
Arkansas | California | Colorado
I am using the following code tobreak into another row:
XState = XState + 1
If XState = "3" Then
XState = "0"
%>
<tr><tr>
<%End If%>
But my...
I am sure there is i think what im going to do is stop the public from "DELETE" on that table since no records should be deleted anyway only flaged as deleted
I guess there is no way to track down those types of sql injection vulnerabilities right?
Gordon R. Durgha
gd@vslink.net...
Can someone help me track down who might be deleting records from a table? The database is linked to about 4 diffrent websites and somehow someone is getting in to delete records im not sure how. I need some ideas on how i can go about tracking down who might be doing this. We have no stored...
I am trying to create a simple trigger to backup the data before its being deleted from the authors table but i am having some problems doing that:
CREATE TRIGGER [AUTHORDEL] ON [dbo].[authors]
FOR DELETE
AS
INSERT INTO author_delete ( select * from deleted where au_id=@@identity )
Anyone...
Anyone know of a good ( possibly free ) application that will send me server stats every morning via email like the following:
-Memory usage
-Hard drive space free/used
-# Of Failed Username attempts
Basically any critical information i will need to know to make my day to day life a little...
Hello Guys,
I am in NY and im making a website that has to operate on EST but the problem is my web server and sql server is located in CA. Is there a function that will work on specific timezones? I know i can just GetDate() - 3 (peusdo code) but is there another solution? Is there another...
Well basically i have this ASP app that has an include file with a connection string and i am passing in my login info for my SQL box in there. I would like to somehow encrypt that information incase the system administrator opens my include file ( not like they would ) but i just want to see if...
Hello Guys,
Anyone know how i can go about encrypting my connection string info in my ASp pages?
Gordon R. Durgha
gd@vslink.net
http://www.vslink.net
http://www.brainbench.com/transcript.jsp?pid=1217371
Yup i am on 2003 how can i enable it? i thought ".asp" extensions just has to have a mapping to the asp.dll file?
Gordon R. Durgha
gd@vslink.net
http://www.vslink.net
http://www.brainbench.com/transcript.jsp?pid=1217371
Any idea why i would be able to see .htm pages but not .asp? I get a 404 - File Not Found error. I placed a .htm file in the same directory and that comes up fine. I am doing some security auditing and dont see any failures and norton's auto protect is disabled and manual scan doesn't scan .asa...
I think i have the Framework installed how can i check? I remember there was a folder in the WINNT folder do you remember where that folder was?
Gordon R. Durgha
gd@vslink.net
http://www.vslink.net
http://www.brainbench.com/transcript.jsp?pid=1217371
Hello Guys,
I tried connecting to my local webserver (localhost) from VS.NET 2003 and its telling me the .NET Framework isn't installed yet i can see the ".NET Configuration Wizard" when i goto control panel, Anyway i reinstalled the framework and still nothing. I went under the the application...
Wow thats a great idea ESquared i will propose that tomorrow to the managers can't believe i didnt think about that!!
Gordon R. Durgha
gd@vslink.net
http://www.vslink.net
http://www.brainbench.com/transcript.jsp?pid=1217371
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.