Hello guys!!!
I have this problem that might be simple for you...
I've created a site, written in ASP, that needs registration for some security reasons. I want to avoid automated registrations. I know that we need to have a verification code to do this. However, I don't know how to write its codes.
Can anyone help me please...?
estillore
User Profile
Collapse
-
How to verify registration?
-
Thanks man!!!
:-)
estillore... -
-
What's the difference between ASP and ASPX?
Hello guys! Can anyone tell me about the difference between asp and aspx?
And what does "x" mean in aspx?
Do they differ in codes?
Thanks in advance.
:-)
estillore -
Is it possible to have an intranet server with an XP Pro OS?
Hello everyone! Is it possible to have an intranet server with an XP Pro Operating System?
If it's possible, how? What do I need to configure? Must I also install IIS to every workstations?
Thanks to Banfa, I now know that I must not use "localhost" as the servername to browse pages in my server. But can you please help me how to create server name aside from localhost?
Thanks in advance!!!
... -
New to MySQL...
Hey guys!
I've heard so much about mysql...it's opensource and good for database-driven websites!!!
I wanna try using it but I don't have any idea where to start first.
Needs help...;-) -
estillore replied to How IIS Server Comes to know that which web page is "Start Page" in any application?in IISGo to Control Panel
Click Administrative Tools
Open your IIS
Right click Default Website
Click Properties
Go to Documents
Add the page you want to appear first
Put it at the top
Click Apply and OK
;-)
estilloreLeave a comment:
-
Oh!!! Sorry...Anyway, here's the code (where I think an error occurs) for binding my scripts and my database.:
<%
xDb_Conn_Str = "Provider=Micro soft.Jet.OLEDB. 4.0;Data Source=" & Request.ServerV ariables("APPL_ PHYSICAL_PATH") & "Grading System.mdb" & ";Jet OLEDB: Database Password=admin; "
%>
N.B. My asp files and my database are on the same directory....Leave a comment:
-
You can get more information in ms windows HELP AND SUPPORT in the start menu....Leave a comment:
-
Thanks for the reply but I've already done that. It still doesn't work!!! The browser still gave me the same errors.
estillore...Leave a comment:
-
Aside from HTTP 500 error, my web host server givers me the following errors:
Microsoft JET Database Engine error '80004005'
Could not find file 'g:\b\Grading System.mdb'.
/estillore/teachersgradeli st.asp, line 118
HELP PLEASE!!!...Leave a comment:
-
IIS server is not intended for Internet usage. It is used to test your scripts (such as ASPs, PHPs, etc.)
If you want to publish your site in the web, you need to have a web host or you can set up your own server (which is costly).
--------------------------------------------------------------------------------...Leave a comment:
-
IIS server is not intended for Internet usage. It is used to test your scripts (such as ASPs, PHPs, etc.)
If you want to publish your web in the web, you need to have a web host or you can set up your own server (which is costly)....Leave a comment:
-
My ASP works in my IIS but NOT IN my web host server
I've written an MS Access driven ASP and tested it in my IIS.
It works well!! But it doesn't in my free web host server.
I believe I uploaded all the files (i.e. asp files, images, INCLUDING MY DATABASE) properly.
The brower gives me "HTTP 500 - Internal server error"
Can you help me figure out the problem? -
-
Can we use IIS to set up an INTRANET?
I have installed an IIS server. I've tried using it with only one computer (it seems that my machine is the server and at the same time the client). And the server name is localhost.
I don't have any idea if I can set up an intranet using IIS.
If it's possible. How?
Would I still use localhost as the server name?
Please help me.
I am still a novice in networking. -
problem in testing ASP
I've written ASP scripts and tested it in my computer with an IIS. And it works!!! However, when I tested it on another machine (still with an IIS installed), it does not!!! I could NOT EDIT, ADD, NOR DELETE records!!! It says, "Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record." and "Cannot update. Database or object is read-only."
N.B. when i installed...
No activity results to display
Show More
Leave a comment: