Development Tools
What does eveyone here use to create their ASP apps?
View RepliesWhat does eveyone here use to create their ASP apps?
View RepliesPreviously, I used ms front page editor for my asp development ... and now I am planning to start another development soon with asp but this time I want to use an IDE instead of an editor ... I heard about visual basic interdev 6.0 ...
The problem is I need a useful documentation to help in learning about this tool ... I looked in some libraries in my country but these books are very hard to find in Oman ... I am wondering if I can find a useful tutorials for this tool on the net?
I have a question about databases used by asp or .net applications.
The fundamental Question is, Is it possible to send data from a webpage
to a web page.
I am trying to start with ASP.NET programming. After installing IIS 5.1 I noticed couple of new accounts: IUSR_*, IWAM_* and ASPNET.
I would like to ask the following:
1/ Why I need these accounts; how can I use them?
2/ How should I set permissions for the folder c:Inetpub and for its subfolders?
In order to develop a site with ASP and SSL (Windows Server 2003 or 2000) what should I need to know about SSL before development ?
View Replies View RelatedI'm running PWS on a Windows ME machine to do some WAP development. I need to set up some mime types so that PWS can deal with .wml .wbmp and .wmls WAP files. I'm told this can be done by either via the Folder Options -> File Types from a Windows Explorer or by editing the registry. I've tried both of these but to no avail.
View Replies View RelatedIf you care to share, please post what tools you use for ASP development. I've been using basically the same set of tools for a looooong time and was wondering what other like-minded people are using.
Me:
Dreamweaver MX for layout & design
Araneae for ASP
Photoshop 6 (too cheap to upgrade ) for graphics
...And I'm trying to learn VB and am tinkering with Flash
[Added later]
I also use Access & MySQL for DB work (very little Access anymore).
I am creating a browser sniffer in ASP. I created one is ColdFusion and it works like a charm. Now I am trying to make a similar one in ASP. I can not get it to work properly can someone help me out? here is my code:
<% If #CGI.HTTP_USER_AGENT# CONTAINS "Gecko/20060127 Netscape/8.*.*", "Gecko/20060909 Firefox/*.*" %>
They get this item in the web site
<% Else %>
they get this item in the web site
<% End If %>
Due to browser companies still being at war with how the web will be seen, it has forced this type of development. I can not seem to get this code to properly work though. what am I doing wrong?
Does anyone have any suggestions what software would be best used for an ASP development environment with several programmers working on the same project? It would have to have source control and version control etc.
View Replies View RelatedI am about to dive in to the world of ASP. I have done HTML sites before using Dreamweaver MX.My question is: What is the best development application for me to use to create ASP web apps/sites?should I go with ASP or ASP.net?
View Replies View RelatedCan anyone give me good references on tools for ASP web programmers? I am
not talking about DreamWeaver or FrontPage for developing ASP pages, but
other tools that ASP web programmers should use, for example, for
performance measurements, etc... I don't know if there are any tools, I just
ask because I am new ASP web programmer.
can any one tell me the architecture of asp page. how the page is structured.
View Replies View RelatedHas anyone ever set up code samples for using UPS online tools I need it
for international shipping. I've been trying to setup the tools myself. Some
countries work fine, others produce validation errors. Other errors include
no shipping solutions between origin and destination. When I manually check
on the UPS site, they resolve without problems
I have a way to get all the pdf files listed on my server, but now comes the real challenge: finding text within the files without, that's right without opening them in the browser. anyone heard of or know a way that you can have the server look through the pdfs?
View Replies View RelatedCurrently using WIN 98 + PWS for off line web development.Will WIN 2000 PRO support PWS? or does it have IIS5 bundled with it, or does it support no web server at all?
View Replies View RelatedI am used to Compilers. assemblers and a lot of other systems that at least give error numbers or some help in identifying and/or isolating syntax errors, undefined or multiply defined variables, etc etc.
When I make an error in an ASP program I only get a message saying that the program could not be executed.Can anyone recommend some good debugging tools or maybe an ASP code checker.
what value range for this code?
set objTools=server.CreateObject("MSWC.Tools")
Response.write objtools.Random()
I executed code several times but couldnt figure out the value range and logic.Reason for asking is we are moving to windows 2003 server and now v need to change above code from our site.
I am building an .ASP app to manage Backup Tapes alongside Veritas BackupExec. The DB is pretty simple so all the data/sp's/views are easy to work with.
There is a feature in BackupExec 10.1 (and earlier versions) to move Media to a used-defined offsite 'Vault', but I can't find the stored procedure or function in SQL that is called from the GUI.
I know, a pretty thin request, but hopefully one of you Guru's has build or seen something similar.
Allowing download of file types that will display in a browser is no problem, but how about files types that don't display? I would like my clients to be able to click on a link that will start a download or any type of file.
Try searching on "download"! Of course this has to be server side - I can't expect my clients to have to install something at there end.
I am currently preparing my final year university project and dissertation, for which I am developed an Intranet system for a local company.
The company requires an online calendar similar to functionality of the one in Outlook. However, they would also like to integrate an appointment reservation booking system into the calendar, so meeting rooms/employees can't be double booked etc.
I will be developing the Intranet system in ASP because of the company's hosting package.
I have looked about on the Internet for free scripts or applications but all the ones I have seen are no good and don't contain the functionality I am trying to achieve.
I'm a VB/SQL programmer, but not familiar with WEB programming or the Microsoft products for this. I'm trying to set up a development workstation to create and test .asp files running server side VBScripting.
My PC has Win2k Pro and Visual Studio Enterprise Ed. Does anyone know what other software I need to install in order to have a development Web Server?
Has anybody used the UPS tools for calculating shipping and if so how did they go about it? I have seen the articles on 4guysfromrolla but that appears to be using xml component to get the data from the ups site rather than using the developers tools provided by UPS.
I am just not sure the best way to go about this. Anybody with experience using this who could give me some pointers would be greatly appreciated. On their site if you dont sign up then you dont get any specs on the tools other then the standard ad crap. I have also seen some components that want to charge for this apparently free service so thats not something I am interested in. I would also be interested in info about the USPS and FedEx too but found no similar tools on their sites.
I'm nearing the end of my site development (currently ASP and Access
moving to SQL) and am looking for site testing tools...
In particular looking for load testing and concurrent connection analysis to
see where site might be heavy or pages leave connections open!
Can anyone recommend good testing software that can give information on the
above...
Has anyone used the UPS e-tools such as address verification and rate selection service? I'm trying to implement it on our site and I would just about kill to see some source code. It's a little above my coding level and I just can't seem to figure it out.
The documentation goes into a VB sample, but I dont think that is necessary since you can perform an HTTP POST and parse XML in an ASP page.
i am trying to run iis6.0 a site that offers some web services such as catalog searching for products through our site. ofcourse, we are using asp.net. i was wondering if the source code looks different if it handles 10 ppl as opposed to 150,000. u see, i am not sure if source code that can handle 10 ppl will survive lots of users.
i think as far as hardware resources are enough, the software really doesn't matter since servicing 10 ppl is done as concurrently as 150,000. but i am not sure if the software should change/how.
as far as security, how do i make sure that iis 6.0 is correctly configured? are there certain dangers/limitaitons when using asp as oppossed to other open source alternatives such as php?
i am trying to test my IPN on sandbox, but it is impossible as you need to login first.
so i have this Code:
I would love a tool which can be run when testing a classic ASP app which
records what code has been executed. I have a problem I have to find
occurances of through thousands of thousands of lines of code. This would
help speed the task. Anyone know of such an animal? I am kind of google
impaired. I was unable to find the lyrics to rolly polly fishhead one time
and my DH found it in 10 seconds.
I am new to ASP development, and i got a problem while developing my book online shopping cart.I am currently storing book information on a access database and retriveving one by one. but when displaying book information on the page "add to cart" image has no reference to that book that align with it. how do i put reference to the particulart book that i am clicking for ( add to cart)
View Replies View Relatedmoved an ASP application from a Windows 2000 to a Windows 2003 server I'm using MSWC.Tools to validate the existence of some files I got the next error
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
I am trying to integrate UPS's Online Tools into my classic ASP project. Does anyone have some examples of this that I could look at? I am specifically looking for information on the "Rates and Service Selection" tool.
View Replies View Relatedany examples of querying UPS Online services (XML) especially Time in Transit and Rate Selection using ASP.
View Replies View Relatedi was wondering if there are any tools or programs out there that
can clean up your asp code like realign and make it more readable and
if there is can i have some recognitions please.
Just wanted to know if theres any free code editors/development tools on the net which are free to use and good. please provide links if any.
Ive tried crimson editor and MS front page-to do some coding in asp- but it always generates errors on my pc when using em. is there any other 1nes out there for coding in asp/ html/ vb script etc???