- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
- Interests
- Coding, online gaming
- PC Specs
- P4 2.8 @ 3.1 w/800mhz FSB 1024 Corsair XMS Ram 160GB WD Hardrive 256MB Geforce 6800 Ultra 17"…
10 Posted Topics
Re: In a browser try the following 192.168.0.1 ; 192.168.1.1 ; 192.168.100.1 ; 192.168.1.100. Hope this helps. Miller | |
Re: I dont really know how your wanting to go about this login but it doesnt look like its the same as Paladines. In his example he is making sure that "1" user in the database has a username password that match what was put into the textboxes. Example [code]SELECT COUNT(*) … | |
Re: Ok guys I have been working on this for hours and I still cant figure out what the problem is. So here is my setup web.config [CODE]<appSettings> <add key="strConn" value="Provider = Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\My Documents\tke\bin\Database.mdb;User ID=Admin;Password=;" /> </appSettings> <authentication mode="Forms"> <forms name="DBLogin" loginUrl="login.aspx" /> </authentication>[/CODE] Each user has a … | |
| |
Re: Here might be one solution to help you out. This is not my work I found it elsewhere. [code]In the web.config file, add the following section <configuration> <appSettings file="app.config"></appSettings> </configuration> In a new file, add the following and save it as app.cfg <?xml version="1.0" encoding="utf-8" ?> <appSettings> <add key="conn" value="Data … | |
Re: I would try to find the trial version of FlashFXP. I have also had problems with xp's ftp interface. Miller | |
Re: Is this using an SQL database? And I didnt see the files you said were listed to see the flow. Thanks! Thats good stuff there. Miller | |
Re: Yeah I believe it is in the wrong forum. This is for tutorials. Make sure the ASPNET user has access to the webroot(I beleive Read/execute is all it needs). And also IUSR user has read/write. I believe this is right if not someone please correct me. Miller | |
Re: [QUOTE=joel987]ist ok solved. needed Dim myReader2 As System.Data.SqlClient.SqlDataReader[/QUOTE] One thing that would help out if you are using multiple readers or what not on a page just do an import ie. [code]Imports System.Data.SqlClient[/code] Then you could do [code]Dim myReader2 As SqlDataReader[/code] Maybe that will save you some time in the … | |
I have 2 forms. One is a login form and the other is a registration form. Both have various textboxes and a "Submit" button. Now when using Mozilla these controls "Buttons" work perfect with no flaws but on the other hand when using IE 6.0 When i click the buttons … |
The End.