Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~31.7K People Reached
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"…
Favorite Forums
Favorite Tags

10 Posted Topics

Member Avatar for Daemon9

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

Member Avatar for Reverend Jim
-1
4K
Member Avatar for Paladine

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(*) …

Member Avatar for Anita_1
2
19K
Member Avatar for Paladine

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 …

Member Avatar for maqbul
0
7K
Member Avatar for Paladine
Member Avatar for kerberos

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 …

Member Avatar for webbsk
0
194
Member Avatar for jto

I would try to find the trial version of FlashFXP. I have also had problems with xp's ftp interface. Miller

Member Avatar for antioed
0
125
Member Avatar for Drew

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

Member Avatar for william_stam
0
169
Member Avatar for Kendel

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

Member Avatar for millers_35
0
128
Member Avatar for joel987

[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 …

Member Avatar for millers_35
0
97
Member Avatar for millers_35

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 …

Member Avatar for millers_35
0
92

The End.