Go to your web content directory (C:\Inetpub\wwwroot) and make sure either your group or user has access. I believe permission you'll only need "read" but if it doesnt work give yourself "full control". If your not an admin on the computer that houses your web content than you cant change...
Update:
After many hours of troubleshooting the solution was right in front of my eyes.
In my case, my application was validating users by group membership from the domain level. For example, my group names are a, b, and c. For a, b, and c to work they must be added and have permissions at the...
I have an ASP application with the following security setup:
1. (3) global groups created at the domain level that are given full rights to all the web folders on my application server.
2. For the ASP application to work and groups to be validated, the individual logging in must be in the...
Here's the error:
Debug SQL Begin: qparmInsertDocument 'TX213.060124.18','','',''','','','','1/24/2006','','1/24/2006','','','','test','','21311','',-1
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near '.060124'.
/techlibrary/docconfirm.asp, line 70
I have the function in a global include file that affects all pages. I called my string in (strSQL) to debug and it just doesnt do anything. Do I need to specifically call the function( "call filterqoutes(strSQL)") in my process page even though it's in an include file? The idea is to replace...
Good morning,
I currently have a form with fields that posts data to a SQL DB. It works great but bombs on a tic mark (" ' "). I created the following function(in asp include file..) to filter the fields but I cant seem to get it to work:
function FilterQuotes(strSQL)
if not isnull(strSQL)...
About the SQL Connection:
I start by saving a notepad doc to the desktop as "test.udl". I then open up the data link file and configure it to my ODBC connection, test it and close the doc. I then open the "test.udl" file in notepad and copy/paste the connect string into my code.
For instance, I...
Hey Guys,
Well everything was working properly until I moved everything to production. Here's the problem.
My DEV environ:
1. All ASP files and folders are managed by IIS on my local machine.
2. The SQL database is located on our DFWLibrary server.
The following is the security script I use...
Hey Mark,
It's Works like a charm:
For Each GroupObj In UserObj.Groups
RW GroupObj.Name & "<br>"
Next
I've got one more question for you: I've been told by my network people it's not good network management to only have global groups created on the domain managing my web apps...
Hey Mark, me again,
so far your script works like a charm but i'd like to display available groups from the domain in question. I use a simple function to write out my response.writes. For instance, I'll do an RW(DomainString & UserString) which obviously results in the Domain Controller and...
Hey Mark,
In your code are you recommending that it's more appropriate to use a COM component instead vbscript hard-coded into an ASP page? The reason I ask is because of the .vbs ext.
Thanks,
Snappy
Good afternoon everyone,
I’ve got a security issue that needs some recommendations.
Here’s the scenario:
All my users login to access the company domain which is managed by active directory. I’ve written ASP applications that allow access to the user only if the domain\username...
Good afternoon everyone,
I’ve got a security issue that needs some recommendations.
Here’s the scenario:
All my users login to access the company domain which is managed by active directory. I’ve written ASP applications that allow access to the user only if the domain\username...
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.