473,767 Members | 2,198 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Interpeted ASP.Net & .aspx With MS Index Server

I have created an application that will be compiled and deployed to a web
server. The users have also requested the ability to upload files to the web
server via FTP. They would like to be able to upload their HTML content and
have the header/footer and side menu dynamically added on the page.

I can create a .aspx file with controls for the header/footer and side menu
and allow them to simply add the html content in the center of the screen. If
I provide them a template .aspx file, allow them to insert the html, rename
the file to their needs, FTP the file to the .Net web server will the file
run without being compiled?

If there is no problem with that can these .aspx files be indexed by the
Microsoft Index Server so they may be picked up as part of an Index Server
based search engine?

Thanks.

Nov 19 '05 #1
2 1277
ASPX file will be compiled first time it is called (how are you going to
ensure no errors). You need to specifically compile the ASPX if you keep the
code outside the ASPX file like WebForm.cs etc.
--
Vijayakrishna
Software Architect
"Mike Dobson" wrote:
I have created an application that will be compiled and deployed to a web
server. The users have also requested the ability to upload files to the web
server via FTP. They would like to be able to upload their HTML content and
have the header/footer and side menu dynamically added on the page.

I can create a .aspx file with controls for the header/footer and side menu
and allow them to simply add the html content in the center of the screen. If
I provide them a template .aspx file, allow them to insert the html, rename
the file to their needs, FTP the file to the .Net web server will the file
run without being compiled?

If there is no problem with that can these .aspx files be indexed by the
Microsoft Index Server so they may be picked up as part of an Index Server
based search engine?

Thanks.

Nov 19 '05 #2
Thanks.

The controls for the header/footer and side menu will be compiled and be
deployed as part of the overall application. We will need to test the
template file, but this will only ensure that if content managers enter
proper html the file will compile. There will need to be user training to
test the files have been uploaded properly and that they compile without
errors.

Mike D.

"Vijayakris hna" wrote:
ASPX file will be compiled first time it is called (how are you going to
ensure no errors). You need to specifically compile the ASPX if you keep the
code outside the ASPX file like WebForm.cs etc.
--
Vijayakrishna
Software Architect
"Mike Dobson" wrote:
I have created an application that will be compiled and deployed to a web
server. The users have also requested the ability to upload files to the web
server via FTP. They would like to be able to upload their HTML content and
have the header/footer and side menu dynamically added on the page.

I can create a .aspx file with controls for the header/footer and side menu
and allow them to simply add the html content in the center of the screen. If
I provide them a template .aspx file, allow them to insert the html, rename
the file to their needs, FTP the file to the .Net web server will the file
run without being compiled?

If there is no problem with that can these .aspx files be indexed by the
Microsoft Index Server so they may be picked up as part of an Index Server
based search engine?

Thanks.

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2276
by: terry | last post by:
Hi, Question: When using Framesets and Server.Transfer in the Application_Error event handler is there a mechanism to get the error page to display in the total view of the browser not just in the offending frame? Overview: I have an application in which I am using framesets. When an Unhandled exception occurs I try to handle it
10
2253
by: yop | last post by:
All When I try to get the text from my listbox I am get an error which is listed below. Any ideas? Thanks Object reference not set to an instance of an object.
2
2842
by: Alex | last post by:
Hi all, I'm writing a small web application which searches a database based on a date field, and populates a datagrid control with the results. The datagrid control has selection buttons added to it to view additional details about the selected result (a second database query is triggered). I want this second query to pop up in a new window, the way it would if I used "window.open" in javascript. I've added a function in the
2
4000
by: Ben | last post by:
Hi, I'd like to have a datagrid that has a dropdownlist in the pager control for setting the page size. I can get the control into the pager inside the datagrid itemcreated event by checking for ListItemType.Pager. The problem I'm having is subscribing to the selectedindex changed event. The datagrid doesn't even seem fire an itemcommand, but that's ok, just the selectedindex changed event would do... Any advice is greatly appreciated!
1
6428
by: ratnakarp | last post by:
Hi, I have a search text box. The user enters the value in the text box and click on enter button. In code behind on button click i'm writing the code to get the values from the database and binding it to a repeater control. This repeater control has multiple text boxes and buttons. Can you please tell me how can i do paging in this case ? I'm posting my code below. The problem is that if i click on "AdjustThisAd" button, it opens...
1
1451
by: dirk van waes | last post by:
Hello everyone, Being complete newbie in asp.net I am trying to make an example which works with a very simple database. First I made my project in VS- vb.net, draging an oledbconnection and an oledbdataadapter from the toolbox into my form. Everything worked fine on my local computer. I was able to search, update, delete and insert into my klanten.mdb database.
3
1548
by: Mike Dee | last post by:
I posted this back in November 2005 a couple times but did not get any responses. I'm hoping someone here can please shed some light on this. I'm new to index server and can't get any DocTitle value back from index server (it is returned as null) for all my aspx pages. It do get the values from inside the <title> tags from my static .htm pages just fine. My aspx pages however are generated from master pages where the title tag is set...
0
1545
by: Seok Bee | last post by:
Dear Experts, I am having a wizard control in my web app. I have some textbox controls within the wizard control. At the same time, I have a hyperlink to run a pop-up window for calendar. The pop-up window is executed by calling a javascript function. However, when I click on the calendar link for the pop-up, I received an error message stating : Microsoft JScript runtime error: Object required When I use the same script in another...
0
5019
by: bharathreddy | last post by:
Here I will given an example on how to access the session, application and querystring variables in an .cs class file. Using System.Web.HttpContext class. 1) For accesing session variables : System.Web.HttpContext.Current.Session 2) For accesing Application variables : System.Web.HttpContext.Current.Application 3) For accesing QueryString variables : System.Web.HttpContext.Current.Request.QueryString Here is a simple example where...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10168
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8835
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7381
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6651
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3929
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.