Forum: ASP.NET Aug 11th, 2005 |
| Replies: 1 Views: 3,029 so waay back i had some questions about setting up a login to secure a site i've been working on
there seems to be a rather annoying side effect
mostly html aside from a few simple asp scripts... |
Forum: ASP.NET Jul 11th, 2005 |
| Replies: 1 Views: 2,386 now that i have the site set up with an authentication
it seems that i have to use a soap service to authenticate the passwords against.
so i guess i'll need to use the .net login page i have... |
Forum: ASP.NET Jun 28th, 2005 |
| Replies: 21 Views: 6,407 fixed it
it was a coding issue
was a work arround but the server i have running on my laptop
but it just works diferently on theirs
"." to "/" for path
in web.config
peace at last |
Forum: ASP.NET Jun 28th, 2005 |
| Replies: 21 Views: 6,407 sooo close but seems enabling that option creates a side effect
i know the user names used to log in work well
but the authentication doen't go through
dissabling the option and going to the... |
Forum: ASP.NET Jun 28th, 2005 |
| Replies: 21 Views: 6,407 ok got a little more info
sry about the extra post but the edit function isn't there any more
some one suggested
Map htm to run under the ASP.NET dll, which is done through IIS (Home Directory... |
Forum: ASP.NET Jun 28th, 2005 |
| Replies: 21 Views: 6,407 would that be a part of the global.asax or web.config
i tried doing a search on it
found a couple of things on setting up projects using ms dev studio but i'm sure there has to be a manual way of... |
Forum: ASP.NET Jun 28th, 2005 |
| Replies: 21 Views: 6,407 i'd say floating out there
as i'm not familiar with what that means
the coding was done in notepad so i don't really have a project set up for .net |
Forum: ASP.NET Jun 27th, 2005 |
| Replies: 21 Views: 6,407 ok
seems there was actually 3 problems
server didn't have 1.1 bound
the path was also an issue
how ever 1 more left
seems i get that lock down anytime i go to any asp or aspx page
but if... |
Forum: ASP.NET Jun 27th, 2005 |
| Replies: 21 Views: 6,407 hmm
its definetly in the same folder
guess its a server issue :!:
just incase tho
here is my web.config code
<configuration>
<system.web> |
Forum: ASP.NET Jun 27th, 2005 |
| Replies: 21 Views: 6,407 apologies for being so persistent
but i already have both of those set up and login.aspx works
i guess the part that i'm confused about is the individual pages?
should there be some script or... |
Forum: ASP.NET Jun 27th, 2005 |
| Replies: 21 Views: 6,407 thanks for the tip
i've read several pages on this
including
http://www.ondotnet.com/pub/a/dotnet/2003/01/06/formsauthp1.html
part 1 and 2
but i still seem to be missing somehting
if you can... |
Forum: ASP.NET Jun 24th, 2005 |
| Replies: 21 Views: 6,407 well there is about 500 pages
i will be inserting java script tags to stop someone form skipping into a page unless they logged in
using just asp the way I have now
some one can just jump right... |
Forum: ASP.NET Jun 24th, 2005 |
| Replies: 21 Views: 6,407 yep
its actually a temporary solution until some one signs papers and i get acces to the lotus database
web config
<configuration>
<system.web>
<authentication mode = "Forms">
<forms... |
Forum: ASP.NET Jun 24th, 2005 |
| Replies: 21 Views: 6,407 hi,
i'm kind of new to asp
i used a few tutorials to put together a basic login page and to dump the information to a cookie.
overview:
i guess what i'm trying to accomplish is to have an... |