Web Forms :: Creating FAQ Application In .net?
Sep 15, 2010creating FAQ application in asp.net (there is some Question list and Multiple choice answers (select next ,perv) ) like online tests application ....
View 2 Repliescreating FAQ application in asp.net (there is some Question list and Multiple choice answers (select next ,perv) ) like online tests application ....
View 2 RepliesCurrently, on our production IIS web farm, we host about 15 applications in a single App Pool (Default App Pool). There are two websites and about 13 virtual directories.A colleague has recommended that we change our IIS configuration so each application is a separate App Pool (with identical settings).
Is there any drawback or potential issues to doing this?Is it possible that ASP.NET applications could have been built with the requirements that they are all within the same App Pool?
looking for information on how to do this. our company has one website, with several different applications. the way we have set it up is that we have been creating these different applications as websites, we have one Master page for the whole site, so when we create a new website we also create a virtual site with our master page in it. We are using VS 2008 now and what we want to do is make the change to creating web applications but I have not been able to figure out how to bring our master pages into the application, without bringing the actual pages into the app. the only thing I have been finding is people creating the master page file in the web application, that will not work for us, as we have to many applications and if there is a change in the master page it has to show on our whole website, so we need to either be able to bring our master page in as another project or set it up as a virtual directory, or reference it in the web.cofig somehow, but the master page needs to stay in it's own directory and only referenced.
View 7 Repliescreating session object to use across my web application.
I'm working on an application that requires a login control upon which we would need to set around 10 different session variables (related to the user). These values are required/ used many times across the web application so it would be really handy to create a class/ object which can be accessed in all pages with doing multiple lookups into the user table on DB. Also, I would like to avoid any conflicts with multiple developers using same session variable names and thereby causing issues down the road.
I know this is not a new kind of request and must have been created and used by many of the developers.
I've been tasked with creating a dorm signup/management application for the University at which I work. The application will have a front-end and a back-end. The front-end will be utilized by students.
Front-End:
A student will login and see a selection of dorm buildings they are eligible to reside in (based on gender, class level, etc.).Student will click on dorm they are interested in residing in. A new set of options will appear - a list of available rooms they are eligible for within that dorm.Student will clock on the room they are interested in residing in. They will see how many spaces are open and who is currently residing in that room. They can then choose to add themselves to the room.Obviously, students will also be able to remove themselves from rooms and navigate backwards and forwards through the various levels - e.g. if they get into a dorm or room and see it isn't what they want they will be able to go back to the entire dorm orthe entire campus.
Back-End:
Administration will be able to assign students to specific rooms and/or dorms.They will be able to set time windows in which certain students, class levels, etc. can select their dorm room. This is the essential functionality of the applicaiton. Pretty simple. I'd like any recommendations on the best way to write this application and anything I might be missing. I've been doing some preliminary work trying different ideas.
I've been using LINQ to tie into the data sources - which seems to be working fairly well. The one area I'm having some difficulties with with dynamic control rendering and event handling. Since the application doesn't know which dorms or rooms will be available until it knows who the student is, the controls need to be generated dynamically.
I will be creating a webform that will require online application and sending/uploading of resume that will later be forwarded to an e-mail address (the resume will be an email attachment). I badly need some tips on this! Really new at these things. I will be using VB to code the web form.
View 2 RepliesI wounder if there are some differencences when creating a wcf serivce to a MVC webbapplication.
how to create such a serivce for a MVC application. and returns a json object.
I want to create menus like the ones in fireworks. How do i go about it in vb.net. Tried migrating menu created in fireworks to VB.net; did not work. I am using VS 2008 version.
My appliction looks too academic. What can I do to make my web appl. more appealing. All the stuff I saw in macromedia fireworks are very interesting, how can I access such in VB.Net. I love coding with VB.net (Visual Basic precisely) but I am not getting my webpage to look like those I see on the net everyday.
I have a proble in my web application i need to create a page for RSS feeds. i am unable convert datatable data to axm and RSS FEEDs. actually i don't have a idea how to create RSS FEEDs .
View 4 RepliesWhat are the steps for creating an MVC3 application on a remote server running IIS6?
View 21 RepliesI am trying to create a web service application that will need to use .net 4.0 for my datamodeling and other things. I noticed in VS2010 when I select New | Project the "ASP web service app" option is available if .net 3.5 is selected in the combo box but if I change that to .net 4.0 the option goes away.
After researching the only thing I found was a message where someone suggested to use the WCF web service option. I have never dealt with WCF before so I have no idea what path that will lead me down.
Here is my concern... we have existing web services developed in .net 3.5 that are already in use and we have windows based client applications that are developed in Delphi (version 7.0 to be specific) that already talk to these web services with no problems and no special coding required. Delphi can simply import the WSDL which generates an interface unit that gets compiled in and away we go. This new service app I need to create must also be accessed via the same Delphi apps.
The current asp web service apps generate 4 files when "published": web.config, .asmx file and in a in folder there is a .pdb and .dll file.
Can anyone tell me if support for this type of web service app is still available via .net 4.0 and if so how do I create the project or is that something that has been discontinued and thus no longer possible?
I'm building an mvc application and the customer asked to build a similar application that have almost the same controllers and views
of course I don't want to copy the same files to make new project , so How can I create the second project without using (Copy & Paste ) on code
of course it goes without saying that I have DAL and BLL so I'm not asking about those two layers , My question regarding the mvc interface layer only
I'm working on an application, where several products has their own website/application, while everything is stored in one SQL 2008 database.
When someone wants to buy a product (software licenses) they fill out a form and their info is transmitted to another site where all administration and payment is handled.
When the customer has payed with Paypal and is returned to the payment page, their info is saved to database, and a user account is created.
In order to create the user for the correct application, I use the following code to change the application name, create the user there, and change back.
[Code]....
This goes partly fine. The user is created in the aspnet_Users (in the wanted application) and assigned a role correctlu. When trying to approve the user, however, an error is thrown:
System.NullReferenceException: Object reference not set to an instance of an object.
The user is never created in the aspnet_Membership table.
Im creating a web application in asp.net visual studio 2008.. in my application, i have manually created a menu control.. since, the menus changes by needs, i wish to load it dynamically from sql table..simple application which loads a menu control dynamically and i can develop mine using those concepts.
View 1 RepliesWhy does an assembly get created when I am building a web site? I mean a web site and not a web application.
View 1 RepliesBit of a weird title, but here's the deal. For a web site I'm working on, we have the need to generate quasi-3D images on the fly. Basically, it's for an art site, and we have the need to show a 3D representation of a Canvas given a 2D image (jpg). (See here for some context.) The approach we're taking is to leverage the WPF 3D API and create a Viewport3D in code, add a bunch of points to it with the correct dimensions, and then apply the textures from the original jpg appropriately. While testing it, I was testing it the whole time in a sandbox environment, and in the built in Cassini web server in Visual Studio. While trying to migrate it over to the actual code repository and testing it there, it stopped working. The image that's pumped out is the correct size, but is completely blank. It's totally black. After hours of banging my head against the wall, I figured out that it's an IIS issue. I created a simple sample app to demonstrate the issue (doesn't add images though it just paints all sides green), however since most of the code is largely irrelevant to the question, I won't put it here, rather I'll post a link to it:
[URL]
If you do download it and want to run it, in the code behind of Default.aspx you'll see this:
protected void buttonClick(object sender, EventArgs e)
{
var path = @"C: estoutputoutput.png";
IISvsCassini.WpfImageCreator.CreateWPFImage(path);
}
Feel free to change that path to whatever, and make sure that the correct permissions are in place as it'll try to save a file there. If you try that sample in Visual Studio with Cassini, it'll work fine, and you should have a new file called "output.png" which has a green 3D cube. If you try it in IIS, you'll get a blank image. A few points: Before anyone asks, yes, I gave all the proper folders the correct permission issues. I also do the actual 3D generation and image saving on a separate thread with the Apartment state set to STA. know this is a bit of an unusual case of fusing WPF and ASP.Net, but by some chance, Is there some setting in IIS that I need to change? Is there some limitation to the WPF API that won't allow it to run out of IIS?
I Created msi installer for my web application with the help of the following link. [URL] But when I insall application using this installer into my IIS under root dicrectory I can see my .cs files also. How to remove these .cs files from msi installer. ( I am using VS2005).
View 1 RepliesI am looking into creating an online dictionary.
1. Should I create my own application?
2. Or, should I use a premade web application if so, what?
3. What about open source application such as MediaWiki?
I need to implement wiki-like functionality within a website.
Problem is that I am not fully aware of what it might require and therefore predict a long set of refactoring till I actually nail a good version.
I tried looking for some guidelines, but haven't found much.
I have been looking for a good article which will help me in creating secure asp.net application.
View 1 RepliesI have to create a Mailbox, just like Gmail..... I am brand new to asp.net MVC
I dont know how to start..how to design the view and write controllers for the Inbox and all..
the specification are as follows:-
Left navigation bar:
Inbox
Compose
Sent
Draft
*** Label1**
MyLabel1
Sub-label1
Sub-Label
My Label2....
Main Content contain the List of messages as selected Inbox, sent, draft and all
I'm fairly new to ASP.NET but I have developed quite a few WinForms apps in C# where I've used the System.Drawing.Bitmap namespace extensively without much issues.
Today, I decided to write some code to dynamically create some PNGs on the fly in my Page_Load event and everything seems to work fine. But I notice this scary looking warning on the microsoft documentaion site. What is up with that ??
I am unaware of any other ways to deal with images in .Net except using System.Drawing.Bitmap ...
a basic step for creating a web application using c#?I am confused about how to use it, since I don't know how to write an event for a button, etc.I also don't know the difference between an input button and an asp.net button.
View 2 RepliesI could use in order to create a forum type effect wherein a user can append to the notes that he see's and then the next time he will view it the notes he appended would appear also, like a history?
View 2 RepliesI want to create web application. I use SqlServer 2008 and asp.net (framework 3.5 sp1).
In my task, user can create database arbitrary structure. and i must write system that generate web site by template. is it possible?