logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ctrazzi  
#1 Posted : Monday, July 24, 2023 4:11:42 PM(UTC)
ctrazzi

Rank: Member

Groups: Registered
Joined: 7/14/2023(UTC)
Posts: 25
Man
Italy
Location: Torino

Thanks: 8 times
Hello,
I have followed the tutorials and I was able to deploy my web application.
Now I wish to customize the pages, especialy the "SEAL REPORT" link on the top left on the page.

The piece of code that generate the link inside the html main view is this one:

Quote:
<a id="brand-id" class="navbar-brand hidden-xs" href="#" title="Web Interface Version : 6.9.3.0
Server Version : 6.9.3.0
">Seal Report</a>


How can I change it?
epf  
#2 Posted : Tuesday, July 25, 2023 12:54:41 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
Just run the Server Manager, then Configuration -> Configure Server...
then change the "Web Product Name" property.
simple.
thanks 1 user thanked epf for this useful post.
ctrazzi on 7/25/2023(UTC)
ctrazzi  
#3 Posted : Tuesday, July 25, 2023 1:06:03 PM(UTC)
ctrazzi

Rank: Member

Groups: Registered
Joined: 7/14/2023(UTC)
Posts: 25
Man
Italy
Location: Torino

Thanks: 8 times
Thanks a lot!
Now this can be a dummy question, but where I find the Main page on my PC?
The link of my application is http://localhost/MyApplication/Main, with the google inspection page I can see that is located inside C:/inetpub/.../MyApplication/ but I can not find it.
epf  
#4 Posted : Tuesday, July 25, 2023 1:24:55 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
I am afraid that the version deployed does not contain the source HTML, it looks like Asp.Net Core compile the pages.
So you have compile the Open Source project if you want to modify it.
ctrazzi  
#5 Posted : Tuesday, July 25, 2023 1:33:55 PM(UTC)
ctrazzi

Rank: Member

Groups: Registered
Joined: 7/14/2023(UTC)
Posts: 25
Man
Italy
Location: Torino

Thanks: 8 times
Do you mean that I have to download Seal Report to Github (https://github.com/ariacom/Seal-Report) and compile+install it right?
Another dummy question, after the compilation with Visual Studio Community I have as before both applications (Report Designer and Server Manager)?
Can the deployed on coesist on the same system with the source compiled?
epf  
#6 Posted : Tuesday, July 25, 2023 2:58:10 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
yes, if the versions match, you can deploy and patch what you have compiled, the distribution was built with the same project.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.