Web Portal Applications

I came across a new term "web portal applications." Anyone can tell me
what's the differences between web portal applications versus traditional
web applications?? Portal applications only runs on .NET platforms, for
ASP.NET applications??

View Replies


ADVERTISEMENT

ASP CMS/portal

Time to bring this topic up once again. Who is using an ASP CMS/portal, and which one is it? Once again I need a good portal, and everything I find either isn't what I want or doesn't work correctly.

Post a link to your site so we can all see the portal in action. I would prefer a portal that integrates with WebWizForum, but if it doesn't I could live.

View Replies View Related

Job Portal

I am looking for some free/low cost ASP script which can satisfy my needs. The portal will have resume registration, Wanted posts and matching them and advertisements. Is there any?

View Replies View Related

ASP Portal Script

tell me any free ASP portal script, if there's any available.
I know one by Microsoft but thats in ASP.NET, I need in ASP 3.0.

View Replies View Related

ASP Portal Or Forum

any ASP Forums or portals I have found Snitz and Max Web Portal but would really like to know if users have used anything else and what the opinion is of said systems. Especially as our hosts use PHP I wonder if perhaps ASP just isnt up to running a good forum?

View Replies View Related

University Web Portal Using Asp/ms Access

i want to create a university portal for my school. owing to legacy application(ms access), i won't be using mysql 4 db. in this view, i have also chosen to use asp as the script language.

Now can anyone link me up to a resource on making formidable web portal most especially 4 university and a very good resource site 4 asp language.

in future, i hope to extend accessibilty to mobile devices. hence need to use xml also. u can imagine how big the project will be. my masters project anyway.

View Replies View Related

Need To Send Headers To 3rd Party Portal

I need to send headers to login to 3rd party portal from ASP is there an example available. I also would like to have a ASP script that reads all headers and displays them.

View Replies View Related

ASP Plugin/Template Driven Portal Project

I'm currently in the middle of the most advanced ASP project I have ever worked on, and was wondering if I can get any feedback on what anyone thinks about it so far (or suggestions for improvement later, etc.)

Basically, it will be a single core set of ASP files, that will allow anyone to set up a webpage in minutes by simply selecting a pre-developed site template, and pre-developed site plugins (a plug-in being anything from a menu, to a CC processing tool, etc.), so that user's can simply "manage" their site look/use rather than program everything over and over again. In the end there will even be an import to instantly convert any existing site.

Developers can build templates and plug-ins at will, and will be interchangeable on the site with the click of a link or button.

This project is planned to be open source but is still months away from completion, but to check out a sample of how it basically will work, we are currently testing it at URL.

View Replies View Related

Different WEB Applications

I´m developing different web applications each one located in a different web site, and sometimes we need to call a web page in a different application to retrieve some information.

We can not use the session object because the session is different for each
web application.Is there any way to share the information throw the applications?

View Replies View Related

Sessions And Applications

For advanced projects,like my site,is it usual to have about 10 applications,and about 5 sessions open?I mean, that for my chat app for example, it opens a application for:

-- Number of users
-- Conversation
-- Users
-- Refresh times

I was wondering, is that too many, or do people usually have like 20 open for these kinds of applications?What I'm worried about is slow response time.will alot of Applications and Session Objects slow down my site?

View Replies View Related

Multiple ASP Applications

I've searched high and low but to no avail. Is anyone aware of a solution that will allow users on a website be able to sign in only once, but then have access to multiple web applications (such as forums, photo gallerys, etc.).

I have a few web applications from WebWiz, and others, and they all have different logon screens, and I'd really like to have my users signon just once, and have access to all the applications. This is also important when they sign up too - since I have 5 web applications, I don't want users to have to signup with all 5 applications.

View Replies View Related

Unable To Run Asp.net Applications

Prob is after setting up the IIS on XP Pro, I'm unable to run asp.net applications.
I get the message: " The web server is not running ASP.NET 1.1" each time i try to create asp.net application using .net 2003. I know the prob is due to config on IIS. but don't know how.

View Replies View Related

Protecting Applications

I've finally written an asp app that is worthy of resale and would like to hear from you who have done the same. What is the best way to protect my application? I would like to stay away from anything that has to be registered on the server as most of my target audience will not have physical access to their web servers. They will just upload the code to their server and set directory permissions for the database.

I 've purchased asp scripts myself in the past and had to provide a domain name where it would be running. It would not run on any other domain but the one I provided. Is this a practical approach or is there a better way? How is it done? I've also seen posts about putting some of the vb code into an activeX dll. Is this a solid solution? Again, How is this done?

View Replies View Related

Mail Merging For Web Applications

Can anyone suggest a good mail merging component that can be used in a classic asp web application? I'd like to use Adobe as the file that will be merged. Any suggestions?

View Replies View Related

Multi-user Applications

I am b-testing a community site, with currently 1,000 or so membership,
and low concurrency, say no more than 5 on-line at once.

The site is hosted on a shared server, which is sufferening from
intermittent accute slowness, affecting all other hosted sites as well as
mine.

The finger of suspicion is pointing at me and possible sloppy code. As
this is the first site I have done of this nature, could someone recommend
reading matter (knowledge bases etc), especially coding samples, in
connection with data connections (opening and closing connections and
objects) and record locking issues, which if improperly coded, could
contribute to throughput bottlenecks due to inefficient use of resources so
that I can check out my pages and correct any nasties..

View Replies View Related

ASP Running And Database Applications

Is it necessary for PWS or IIS mandatory for running ASP pages?

How can we know that in the system IIS or PWS is there??

How can we assign the same text boxes we already created in ASP, the values we get using database manipulations

(e.g) in case of viewing.. one text box we enter...the ID value of employee.

The remaining text boxes we already created, how to assign the values of the corresponding Employee?

It is simple in VB,like Textbox1.text = value..

But in ASP how it is??

View Replies View Related

AJAX Based Applications

Time is changed and you see almost all ruling companies in INTERNET are using AJAX Based applications. Something that is named CallBack Event in ADP.NET 2.0.Here in this topic i want to start introducing step by step an AJAX-Based application development.

The target is implementing a professional AJAX Grid in ASP. So at the end of this continuous tutorial i will put the source code free. Be in touch to find out how AJAX concept improves our ASP applications.

View Replies View Related

Executing A Command Line Applications...

Can someone give me some sample code on how one would go about executing a
command line "command" from within an ASP form?

We need to run an application called GnuPG which allows us to encrypt an
email.

Preferably some documentation directly on this would be good but any other
docuemtnation on executing a command line "command" would be great!

View Replies View Related

Web Applications Is Client-server Application?

My boss told me web application is NOT client-server application. I argued
with him because browser is the client, and the server code put in server.
Then web application should be a client-server application. My understanding
is that a web application is an application that runs on a browser. But
client-server application is not necessary a web application.

View Replies View Related

Test My ASP Applications On My Local Machine?

Quick question - I would like to practice my ASP scripting and wish to be able to test my applications on my web browser on my local machine.

What piece or pieces of software would I need to enable this? I have Macromedia Studio MX and Edit Plus which I assume will act as suitable editors for ASP scripts?

Is it only some kind of Personal Web Server software that I will need to run my scripts on my local machine?

View Replies View Related

Visual Studio .NET Has Detected That The Specified Web Server Is Not Running ASP.NET Version 1.1. You Will Be Unable To Run ASP.NET Web Applications Or Services.

i've installed vs.NET 2003 on my pc which is runing window 2000 pro with sp4, but when i'm trying to create new ASP.NET Web appication i got this messages "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services."

View Replies View Related

Conaito VoIP ActiveX Library For Developers Of VoIP Audio Applications

conaito VoIP ActiveX library for developers of VoIP audio applications,
such as voice chat, conference, VoIP, providing real-time low latency
multi-client audio streaming over UDP/IP networks. Includes efficient
components for sound recording, playback, encoding, decoding, mixing,
resampling, reading, and writing wave files, mixer volume controls
access.

Provides UDP/IP server and client components for peer-to-peer,
multi-user, and broadcast audio communications. Really easy to use!
Working with Firewall and NAT! conaito VoIP SDK is the best way to add
voice conference and text conference into your application and web
pages. conaito VoIP SDK includes voip activex, voip ocx, voip com, voip
dll, voip lib and voip cab, so you can use the one you like the most.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved