PWS On NT Doesnt Display Asp/ And Installation
My friedn is using PWS on NT4 machine, its a local machine, whenever he directs to an .asp page, visual interdev starts.
How can we over ocme this.I had solved this problem long time ago. Now i dont remember. Also to install IIS4.0 do we need to install MTS? if yes, where can we get
it?
View Replies
ADVERTISEMENT
I have one field char type data length 1.. It has data either 1 or 2 in all the field tht I have checked through enterprise manager.
I'm running query:
"select * from table" and fetching all the records and displaying...
It display all the data except data from this field..Doesnt display anything..
I had put Response.write rs("fieldname")
What could be the problem?
View Replies
View Related
I might be in the wrong thread for this question,but still if someone knows the answer,i would really appreciate it.I installed IIS on windows 2000.But now when i put a page like test.asp in wwwroot folder and run this page on IE,nothing happens.I see the code again ..i guess its not still running asp pages.Dont know how is should get this working.
View Replies
View Related
I'm transitioning into asp.net developmnent and need to properly install asp.net and mdac... IIS is already installed on a server on the network. Development will be
done on a seperate development pc connected to the network using VS.NET.
sorry for the dumb quesiton, but do asp.net and mdac get installed on the web server or the developmentmachine.Looked around on the microsoft site for an overview of how this is done.
View Replies
View Related
If I want to develop an ASP application, should I place asp codes in Win2k Server necessarily? Could I place them in Win2k Professional? What is necessary to locate in Win2k Server?
Assume both Win2K Server and Win2k Professional contain .NET SDK.
View Replies
View Related
I am setting up an environment to test ASP pages, but cannot but cannot get PWS to install. I receive messages related to MTS system registry errors, and messages that .dll's failed to load. The environment is Win98SE using IE6.
View Replies
View Related
I have developed an ASP application and would like to use something like
"wise installation wizard" to package and deploy it.
Does anyone know where I can get it
Can it automatically perform the IIS authentication setup
View Replies
View Related
is it possible to install a font automatically using an asp page.
View Replies
View Related
I have my own VoIP Gatekeepr and also I have my own windows 2003 web server. Now I want to use my web server as a gateway where I put the vxml file. And the same gateway I registered in my Gatekeeper using his IP address and the VoIP Gatekeeper provided a Telephone No. to call this gateway.
I was using openIVR in the same gateway, I can hear the wav file but when I am trying to use text-speech nothing is hearing but the phone is calling so it means the openIVR is not passing voice to the caller. Is there any way to using VoiceXML in the gateway without OpenIVR?
View Replies
View Related
If I were to write an application in ASP and sell it to a business, can i restrict people from installing it on multiple servers?
View Replies
View Related
I am using CDONTS to send mail to the user from my ASP application.
However, the code doenst works all the time. I am able to get mails but
nothing happnes most of the time. The code works maybe once in 20 tries.
What could be the reason?
View Replies
View Related
I have a query in ASP that does a select * from table
It doesnt retun all columns!
When i use objRS("columnname") I get blank. This only effects some colums and I fix it by using
select *,missingcolumn1,missingcolumn2 from table
View Replies
View Related
i posted earlier, and the response seemed to be there is
another dll i need to use the cdonts object, i used it
fine for awhile on my old setup, i upgraded to 2k3 and it
errors up as if cdonts isnt an object. So is there a dll
i need to have to use the cdonts object in iis 6 or do i
need to rewrite my code to use cdo? (if so, please provide
asp 3 example on how to send an email with recepient,
sender, body and subject)
View Replies
View Related
I wrote the code for Members of Register. and i use cookie in this code, My database is SQL server. SQL server dosent support the cookies in my codes i dont know why this cause but my codes are working without any cause .
View Replies
View Related
I have got a problem wit da FILESYSTEM in ASP coding. Before I use window 98 installing PWS. Everything works fine....
And now, I use Window XP professional ( Laplop ), everything is updated ( Service Pack, .NET component, ASP.net stuff...
All my ASP code with FileSystem which used to be properly ran cant be executed on my XP server.
There is no message error on da page, but the browser icon keeps spinning and da content is blank, it means u dont see anything happens. I wanna ensure dat all da code is right, cos it work properly with PSW and other servers. I even tested with a simple code, but It still doesnt work..... Code:
View Replies
View Related
My ASP page contains the following VBScript code:
<%
zipCode = Request.Form("zip")
%> <br>zip: <%= zipCode %>, rf: <%= Request.Form("zip") %>
When I enter "abc" into the "zip" field on the form, I get the
following output:
zip: , rf: abc
Why doesn't the first statement assign the "abc" string to the
variable "zipCode"? What am I not seeing?
View Replies
View Related
I'm using SQL Server and I decided to convert one of the fields from nvarchar to ntext. The transition in the manager was all right, but my ASP pages wouldn't display the ntext and there is no error message. I use Code:
<%=rs("Text")%>
to display the ntext...and there is nothing.
View Replies
View Related
I have a database table with several records. Now I am filtering some data based on the "where" statement. If I run the query in analyzer then I get 20 rows. If I run the same query in asp and assign GetRows() to an array, then the array returns only 4. I am not sure if I am using the GetRows wrong. Here is a snipp of my code:
View Replies
View Related
When I try to install developer tool I got a message saying
"VS.NET not found (needed by Dev Tools)"
I have VS-NET 2003 (Microsoft Visual C# .NET 69586-335-0000007-18067)
installed and it works fine when I develop other web applications. Any suggestions?
View Replies
View Related
When I try installing fatwire CS on a trail version of Weblogic application server, installation fails. During the initial framework installation process csinstall.bat will ask to select the available application servers from the options. I don't find the drop down option in that window, so am unable to proceed further in the installation. So could anyone please let me know what could be the problem?
View Replies
View Related
When we send a mail using the code below,we do not get simplified chinese characters if they are present in the body but we get junk in the mail and we need to change the mails encoding to simplified chinese to see the Chinese characters.
'CDONTS object
set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.MailFormat = 0
objMail.SetLocaleIDs(65001)
objMail.From = sFromEmail
objMail.To = sToEmail
objMail.Subject = sSubject
objMail.Body = sMessage
objMail.Send
set objMail = Nothing
View Replies
View Related
I'm working on XP IIS5.1 in classic ASP 3.0. After the installation of the 2005 Express Suite and the beta .net2 framework that ships with it(http://lab.msdn.microsoft.com/express/vwd/) the debugging with classic ASP has an odd behaviour.
I use option explicit on all pages. When the parser finds an undeclared var or function or there is some error in a stored procedure (not in the ASP page but in the SP itself)
I receive no error reporting. The page simply renders till that point and stops.
All the other errors are reported as usual.
View Replies
View Related
I am in the middle of writing a system with 8 different entry form screens, at the end of the 8 forms (10 entry fields on each form, with pull down scores of 0 to 10) I want to do the following :
total up the results for each form/screen
sort the results
display the top 3, with additional text, and then add to the database
Now, I've got the 8 entry screens working fine, with verification, so I have the 80 available numbers. I have added these up to create 8 totals. Where I'm stuck now is the best way to sort these and display the results I require. I could do it with a messy, nested "if one > two then if one > three" etc etc approach, but wondered if anyone had a less stressful method to consider?
View Replies
View Related
I am displaying info which are retrieved from database. How can I display "yes" or "no" if the field datatype is in bit?
Code:
<tr>
<td>Pending Document</td>
<td><%if pen_doc = "True" then%> Yes <%else%> No <%end if%></td>
</tr>
View Replies
View Related
could some one tell me how to display the date in an html form only up to 30 if April, June, September and November is selected, and 31 for all the rest?or even better, 28, 29 for February according to leap year or not?
View Replies
View Related
If I run a file called timetest.asp via my web browser then the current time is shown. I assume(d) that indicated that ASP was working OK
If Itry another file with an .asp extension then the browser shows the horrible page not found error.
If I rename that file to .html the page displays. Does this mean there is an error in the script?
View Replies
View Related
i am working on image display program like displaying thumbnail. i want to display 2 records in one row. after every 2 record displayed table row must change and make new row.
row 1 1 img1 2 img2
row 2 3 img3 4 img4
how i can do this.
View Replies
View Related
I would like to display all logged in member on my webpage.example
3 Inlogged members :
adam
cesar
Mike
....
....
...
Can you give me some hints? session collection or?
View Replies
View Related
I need to be able to display a row and check to see if there are any other rows with a parent_id value of the original row and display them below. table is:
id, display fields......, parent_id
View Replies
View Related
how to display UTF-8 mail content by using CDONTS component? I have try to add the following code.
View Replies
View Related
i have my code like this which displays the college name and url for college website. say for example there is college whose SI_Web_Site is like this www.bgsu.edu/ in table. when i display it on web page and move my cursor on it . can someone tell me where the http:///# are coming from and thats the reason why it doesnt open up the college website.
View Replies
View Related
I've got a very basic XML file: Code:
<?xml version="1.0" encoding="UTF-8"?>
<GeteBayOfficialTimeResponse xmlns="urn:ebay:apis:eBLBaseComponents">
<Timestamp>2005-08-12T02:33:09.184Z</Timestamp>
<Ack>Success</Ack>
<CorrelationID>00000000-00000000-00000000-00000000-00000000-00000000-0000000000</CorrelationID>
<Version>421</Version>
<Build>e421_core_Bundled_1630320_R1</Build>
</GeteBayOfficialTimeResponse>
I'm trying to display the value of <Timestamp> to a page. I'm having trouble understanding XML DOM and I can't find a simple example of something like this. If anybody can show me right quick how to display it to the page.
View Replies
View Related
I would like to select from drop down menu and depending on the selection display 1-3 radio buttons next to the selection box. I have tried some different code and nothing is working. What is the best way to do this?
View Replies
View Related