I was having issues accessing this site over the weekend.
Got nearly all of what I need from GotDotNet.com's message boards. However, I have no idea on how to create XML DTDs, which are now haunting me...But, found some documentation that should ease that issue out.
The answer is indeed the...
From an ASP.NET web-form, I need to do the following:
1) HTTP Post XML Data to a URL (Java Servlet)
2) Wait for processing, receive a return value
3) Continue on with my code.
Please advise on how this would be done.
Thanks!
Issue: I have a web page that needs to receive information from an XML stream and manipulate it before displaying.
Here's my complete (simplified and working) scenario:
I have a web page (FirstPage.aspx) that creates report data in XML. I have my response.contenttype = "text/xml". This...
I just had this exact error, and here is what my problem was...
Check your "bin" directory for any library that is in the GAC. If you have one in the GAC, remove it from bin. Same thing with anything from COM+.
Then, delete the Temporary ASP .NET files from your...
Ok everyone, you all have helped me tremendously in the past. My project is almost complete, but have one last issue! I'm cut/pasting my message I've sent to everyone I know (who all have all said, "re-register it"...well...been there done that, even mentioned that. LOL).
Here's the...
Thanks for both of your posts.... I have it working in 20 seconds now. Solution below.
I was unable to to the "Response.Write" recommendation, as the page that was timing out was generating an XML content only. When I tried the .write(" ") the OWC would error, as the page content type was...
Background:
User has an ASPX page to input several report parameters.
The Input Page has an OWC component that reads in from an XML Data Source.
I have an ASPX page that Generates the XML Data for the OWC control.
Process: User enters parameters, clicks button to generate report. OWC...
Multiple questions here, but all relate to the same SQL Statement I'm working on...
I'm creating a stored procedure that needs to accept 5 separate parameters:
ID1, ID2 and ID3 are all integer record IDs
ID4 and ID5 need to contain multiple integer ID's.
So, I need to be able to do a query...
Ok, I'm attempting my first Pocket PC application.
I'm following the tutorials on the MSDN site, and found one interesting item. When I use VS.NET 2003 to create a new form, that form fills the entire screen, including covering the keyboard entry icon on the bottom (yeah, I have no idea what...
I am attempting to use the Active Directory Service Interface (ADSI) to fetch a user's password to synch with another system. I understand that the password will be encrypted, and that's fine (actually preferred).
My problem is, whenever I fetch a .DirectoryEntry of a user, I can not see the...
Grrrrrrrrrrr. Someone messed with security permissions on the server during a recent "upgrade" that I wasn't aware of.
Sorry for the post y'all,
Thanks!
I have a DLL written in VB 6.0 that runs fine with VB programs. However, when I attempt to use it in ASP, I get the following error:
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method
The error is appearing on this line:
clsAuth =...
Could someone please point me in the right direction on how to write a vb application to utilize Windows Authentication?
I have a project that may require the user to be authenticated when the program is started through our company's NT Authentication server.
I have never did anything like...
Ok, I finally got the description to work properly. I had to include the "Imports System.ComponentModel" line at the top. Grrrrrrrr. I still have a lot of adjusting to go through.
I'm still having problems with #1 above though. Help is appreciated!
I'm new to VB.NET. I created a user control...
1) I'm trying to create an "About" property to bring up a copyright window (for company, not me). What's the new method of getting the "..." to appear in the Property Window to display my form?
2) My property descriptions...
Thanks to everyone who responded.
I found a very nice script called "eUpload" by (and I hope I spell this right) Frederic Tyndiuk, that is written in PERL. It was extremely flexible, including having routines for allowing passworded logins.
I highly recommend it to anyone else who...
I was wondering what technique would be used to create a VB application, that could eventually log into a 3rd party web-site, and complete the web-forms on that site.
At this point, I'm not sure if SSL will be active on the remote site or not, if that makes a difference.
I saw a number of...
Chris,
My first inclintion is that this will not work. I can't believe I didn't mention this, I'm usually better than that...But, it's running Apache on a Unix system. So, I am not sure if I have access to any of the Windows library's that ASP takes advantage of.
I will certainly give it a...
In the past, I have written pages to upload using ASP along side of the Posting Acceptor service installed on IIS 5.0.
However, I am working with a provider that is running Apache with Chili!Soft to allow for ASP functionality, so the Posting Acceptor is not installed.
Is there a way I can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.